Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MyReleaseFrame

Releases the frame. When instantiating an AWT context, you must designate a callback function to release existing frames. For example, this is how you would define your frame release function if you were to name it MyReleaseFrame:

OSStatus MyReleaseFrame (
JMAWTContextRef context,
JMFrameRef oldFrame); 
context
The AWT context containing the frame.
oldFrame
The frame to be released.
function result
A result code. The function should return a standard result code.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help